home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / drmgrab.dir / 00072_Script_72 < prev    next >
Text File  |  1994-11-28  |  872b  |  24 lines

  1. on enterFrame
  2.   global pnt
  3.   
  4.   set the cursor of sprite 23 to pnt
  5.   set the text of field "passwordbox1" to "..."
  6.   set the textfont of field "passwordbox1" to "helvetica"
  7.   set the textsize of field "passwordbox1" to 24
  8.   set the textstyle of field "passwordbox1" to "bold"
  9.   set the text of field "passwordbox1" to EMPTY
  10.   
  11.   set the text of field "passwordbox2" to "..."
  12.   set the textfont of field "passwordbox2" to "helvetica"
  13.   set the textsize of field "passwordbox2" to 24
  14.   set the textstyle of field "passwordbox2" to "bold"
  15.   set the text of field "passwordbox2" to EMPTY
  16.   
  17.   set the text of field "passwordbox3" to "..."
  18.   set the textfont of field "passwordbox3" to "helvetica"
  19.   set the textsize of field "passwordbox3" to 24
  20.   set the textstyle of field "passwordbox3" to "bold"
  21.   set the text of field "passwordbox3" to EMPTY
  22. end
  23.  
  24.